home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMDEADLINKS / TFRMDEADLINKS.txt
Text File  |  2006-04-19  |  2KB  |  123 lines

  1. object frmDeadLinks: TfrmDeadLinks
  2.   Left = 285
  3.   Top = 196
  4.   Width = 469
  5.   Height = 267
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Dead Links'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     461
  21.     233)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lvDeadLinks: TListView
  25.     Left = 0
  26.     Top = 0
  27.     Width = 343
  28.     Height = 214
  29.     Align = alLeft
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     Checkboxes = True
  32.     Columns = <
  33.       item
  34.         AutoSize = True
  35.         Caption = 'File Name'
  36.       end
  37.       item
  38.         Alignment = taRightJustify
  39.         Caption = 'Count'
  40.       end
  41.       item
  42.         AutoSize = True
  43.         Caption = 'URL'
  44.       end>
  45.     ColumnClick = False
  46.     RowSelect = True
  47.     SmallImages = frmGraphExplorer.ilGraph
  48.     SortType = stText
  49.     TabOrder = 0
  50.     ViewStyle = vsReport
  51.   end
  52.   object btnDelete: TButton
  53.     Left = 357
  54.     Top = 75
  55.     Width = 91
  56.     Height = 25
  57.     Anchors = [akTop, akRight]
  58.     Caption = '&Delete'
  59.     TabOrder = 3
  60.     OnClick = btnDeleteClick
  61.   end
  62.   object btnDeleteAll: TButton
  63.     Left = 357
  64.     Top = 105
  65.     Width = 91
  66.     Height = 25
  67.     Anchors = [akTop, akRight]
  68.     Caption = 'Delete &all'
  69.     ModalResult = 1
  70.     TabOrder = 4
  71.     OnClick = btnDeleteAllClick
  72.   end
  73.   object btnPrint: TButton
  74.     Left = 357
  75.     Top = 145
  76.     Width = 91
  77.     Height = 25
  78.     Anchors = [akTop, akRight]
  79.     Caption = '&Print'
  80.     TabOrder = 5
  81.     OnClick = btnPrintClick
  82.   end
  83.   object btnClose: TButton
  84.     Left = 357
  85.     Top = 189
  86.     Width = 91
  87.     Height = 25
  88.     Anchors = [akRight, akBottom]
  89.     Cancel = True
  90.     Caption = '&Close'
  91.     ModalResult = 1
  92.     TabOrder = 6
  93.   end
  94.   object btnSelectAll: TButton
  95.     Left = 357
  96.     Top = 5
  97.     Width = 91
  98.     Height = 25
  99.     Anchors = [akTop, akRight]
  100.     Caption = '&Select all'
  101.     TabOrder = 1
  102.     OnClick = btnSelectAllClick
  103.   end
  104.   object btnUnselectAll: TButton
  105.     Left = 357
  106.     Top = 35
  107.     Width = 91
  108.     Height = 25
  109.     Anchors = [akTop, akRight]
  110.     Caption = 'Unselect a&ll'
  111.     TabOrder = 2
  112.     OnClick = btnUnselectAllClick
  113.   end
  114.   object sbarStatus: TStatusBar
  115.     Left = 0
  116.     Top = 214
  117.     Width = 461
  118.     Height = 19
  119.     Panels = <>
  120.     SimplePanel = True
  121.   end
  122. end
  123.